VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Processing.Analyzers Namespace / ValueAnalyzer<TTarget,TValue,TResultValue> Class
Члены типа Объект Синтаксис Иерархия Требования Смотрите также
В этом разделе
    Класс ValueAnalyzer<TTarget,TValue,TResultValue>
    В этом разделе
    Анализирует значение получателя значения.
    Объектная модель
    Analyzer<TTarget,TValue> Analyzer<TTarget,TValue> ValueAnalyzer<TTarget,TValue,TResultValue>
    Синтаксис
    'Declaration
    
    Public Class ValueAnalyzer
         (Of TTarget
    The type of the target.
    , TValue
    The type of the analyzer target.
    , TResultValue
    The type of the result value.
    ) Inherits Analyzer(Of TTarget,TValue) Implements IProcessingCommand<TTarget>, IValueProcessing
    generic<typename TTarget>
    generic<typename TValue>
    generic<typename TResultValue>
    public ref class ValueAnalyzer : public Analyzer<TTarget,TValue^>^, IProcessingCommand<TTarget>, IValueProcessing
    
    

    Type Parameters

    TTarget
    The type of the target.
    TValue
    The type of the analyzer target.
    TResultValue
    The type of the result value.
    Иерархия наследования

    System.Object
       Vintasoft.Imaging.Processing.ProcessingCommand<TTarget>
          Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TResultValue>
             Vintasoft.Imaging.Processing.Analyzers.ValueAnalyzer<TTarget,TValue,TResultValue>

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также